Class PostpayReissueInvoiceInput

Description

PS後払い請求書再発行申請 入力パラメータクラス

Located in /com/gmo_pg/client/input/PostpayReissueInvoiceInput.php (line 11)

BaseInput
   |
   --PostpayReissueInvoiceInput
Method Summary
 PostpayReissueInvoiceInput __construct ([array $params = null])
 string getAccessID ()
 string getAccessPass ()
 string getCustomerAddress ()
 string getCustomerEmail1 ()
 string getCustomerEmail2 ()
 string getCustomerName ()
 string getCustomerTel1 ()
 string getCustomerTel2 ()
 string getCustomerZipCode ()
 string getDestinationType ()
 string getOrderID ()
 string getOtherReason ()
 string getReasonCode ()
 string getShopID ()
 string getShopPass ()
 void setAccessID (string $accessID)
 void setAccessPass (string $accessPass)
 void setCustomerAddress (string $customerAddress)
 void setCustomerCompanyName (string $customerCompanyName)
 void setCustomerDepartmentName (string $customerDepartmentName)
 void setCustomerEmail1 (string $customerEmail1)
 void setCustomerEmail2 (string $customerEmail2)
 void setCustomerName (string $customerName)
 void setCustomerNameKana (string $customerNameKana)
 void setCustomerOrderDate (string $customerOrderDate)
 void setCustomerTel1 (string $customerTel1)
 void setCustomerTel2 (string $customerTel2)
 void setCustomerZipCode (string $customerZipCode)
 void setDestinationType (string $destinationType)
 void setInputValues (IgnoreCaseMap $params)
 void setOrderID (string $orderID)
 void setOtherReason (string $otherReason)
 void setReasonCode (string $reasonCode)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 string toString ()
Methods
Constructor __construct (line 96)

コンストラクタ

  • access: public
PostpayReissueInvoiceInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAccessID (line 119)

取引ID取得

  • return: 取引ID
  • access: public
string getAccessID ()
getAccessPass (line 126)

取引パスワード取得

  • return: 取引パスワード
  • access: public
string getAccessPass ()
getCustomerAddress (line 189)

購入者情報_住所取得

  • return: 購入者情報_住所
  • access: public
string getCustomerAddress ()
getCustomerCompanyName (line 196)

購入者情報_会社名取得

  • return: 購入者情報_会社名
  • access: public
string getCustomerCompanyName ()
getCustomerDepartmentName (line 203)

購入者情報_部署名取得

  • return: 購入者情報_部署名
  • access: public
string getCustomerDepartmentName ()
getCustomerEmail1 (line 224)

購入者情報_メールアドレス1取得

  • return: 購入者情報_メールアドレス1
  • access: public
string getCustomerEmail1 ()
getCustomerEmail2 (line 231)

購入者情報_メールアドレス2取得

  • return: 購入者情報_メールアドレス2
  • access: public
string getCustomerEmail2 ()
getCustomerName (line 168)

購入者情報_氏名(漢字)取得

  • return: 購入者情報_氏名(漢字)
  • access: public
string getCustomerName ()
getCustomerNameKana (line 175)

購入者情報_氏名(カナ)取得

  • return: 購入者情報_氏名(カナ)
  • access: public
string getCustomerNameKana ()
getCustomerOrderDate (line 161)

購入者情報_加盟店注文日取得

  • return: 購入者情報_加盟店注文日
  • access: public
string getCustomerOrderDate ()
getCustomerTel1 (line 210)

購入者情報_電話番号1取得

  • return: 購入者情報_電話番号1
  • access: public
string getCustomerTel1 ()
getCustomerTel2 (line 217)

購入者情報_電話番号2取得

  • return: 購入者情報_電話番号2
  • access: public
string getCustomerTel2 ()
getCustomerZipCode (line 182)

購入者情報_郵便番号取得

  • return: 購入者情報_郵便番号
  • access: public
string getCustomerZipCode ()
getDestinationType (line 140)

送付先区分取得

  • return: 送付先区分
  • access: public
string getDestinationType ()
getOrderID (line 133)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderID ()
getOtherReason (line 154)

その他依頼理由取得

  • return: その他依頼理由
  • access: public
string getOtherReason ()
getReasonCode (line 147)

依頼理由コード取得

  • return: 依頼理由コード
  • access: public
string getReasonCode ()
getShopID (line 105)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 112)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
setAccessID (line 256)

取引ID設定

  • access: public
void setAccessID (string $accessID)
  • string $accessID
setAccessPass (line 264)

取引パスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass
setCustomerAddress (line 336)

購入者情報_住所設定

  • access: public
void setCustomerAddress (string $customerAddress)
  • string $customerAddress
setCustomerCompanyName (line 344)

購入者情報_会社名設定

  • access: public
void setCustomerCompanyName (string $customerCompanyName)
  • string $customerCompanyName
setCustomerDepartmentName (line 352)

購入者情報_部署名設定

  • access: public
void setCustomerDepartmentName (string $customerDepartmentName)
  • string $customerDepartmentName
setCustomerEmail1 (line 376)

購入者情報_メールアドレス1設定

  • access: public
void setCustomerEmail1 (string $customerEmail1)
  • string $customerEmail1
setCustomerEmail2 (line 384)

購入者情報_メールアドレス2設定

  • access: public
void setCustomerEmail2 (string $customerEmail2)
  • string $customerEmail2
setCustomerName (line 312)

購入者情報_氏名(漢字)設定

  • access: public
void setCustomerName (string $customerName)
  • string $customerName
setCustomerNameKana (line 320)

購入者情報_氏名(カナ)設定

  • access: public
void setCustomerNameKana (string $customerNameKana)
  • string $customerNameKana
setCustomerOrderDate (line 304)

購入者情報_加盟店注文日設定

  • access: public
void setCustomerOrderDate (string $customerOrderDate)
  • string $customerOrderDate
setCustomerTel1 (line 360)

購入者情報_電話番号1設定

  • access: public
void setCustomerTel1 (string $customerTel1)
  • string $customerTel1
setCustomerTel2 (line 368)

購入者情報_電話番号2設定

  • access: public
void setCustomerTel2 (string $customerTel2)
  • string $customerTel2
setCustomerZipCode (line 328)

購入者情報_郵便番号設定

  • access: public
void setCustomerZipCode (string $customerZipCode)
  • string $customerZipCode
setDefaultValues (line 392)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setDestinationType (line 280)

送付先区分設定

  • access: public
void setDestinationType (string $destinationType)
  • string $destinationType
setInputValues (line 401)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setOrderID (line 272)

オーダーID設定

  • access: public
void setOrderID (string $orderID)
  • string $orderID
setOtherReason (line 296)

その他依頼理由設定

  • access: public
void setOtherReason (string $otherReason)
  • string $otherReason
setReasonCode (line 288)

依頼理由コード設定

  • access: public
void setReasonCode (string $reasonCode)
  • string $reasonCode
setShopID (line 240)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 248)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
toString (line 433)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:59:52 +0900 by phpDocumentor 1.4.3